home *** CD-ROM | disk | FTP | other *** search
/ Resource Library: Multimedia / Resource Library: Multimedia.iso / sgml / msdos / sgml07 / test38.sgm < prev    next >
Encoding:
Text File  |  1992-02-13  |  463 b   |  18 lines

  1. <!doctype biblio [
  2. <!element biblio - o (book*)>
  3. <!element book  - o 
  4.     ((author | editor) &   title &   edition? &  
  5.      publish &  series? &  vol? &  address? &   
  6.       month? &   year)>
  7. <!element (author | editor | title | edition | publish | series | vol
  8. | address | month | year) - o (#pcdata)>
  9. ]>
  10. <biblio>
  11. <book>
  12. <author> Harold Abelson and Gerald Jay Sussman 
  13. <title> Structure and Interpretation of Computer Programs 
  14. <publish> MIT Press 
  15. <year> 1985 
  16.  
  17. <book>
  18.